home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 019a / se145.zip / HELP5.TXT < prev    next >
Text File  |  1991-03-11  |  3KB  |  51 lines

  1.  
  2.                               ┌────────────────┐
  3.                               │ RPN CALCULATOR │
  4.                               └────────────────┘
  5.  
  6.           MAIN
  7.           MENU
  8.           SELECTION       PRESS        USE
  9.           ╔═══════╗      ╔══════╗
  10.          F║ Calc  ║      ║ Num  ║      Numeric Key Pad
  11.          6║       ║      ║ Lock ║
  12.           ╚═══════╝      ╚══════╝
  13.  
  14.       If Num Lock is not activated then the arrow keys, and other cursor
  15.       position keys will function normally while in calc mode.
  16.  
  17.       Use the "+" key to enter the first number.
  18.       To clear the current entry, press "Clear Entry".
  19.       To clear both the current entry and the current result, press
  20.       "0" and then "*".
  21.       To clear everything, press "Clear All".
  22.  
  23.      ┌───────────────────────────────────────────────────────────────────────┐
  24.      │ The calculator uses Reverse Polish Notation. To use RPN, it is        │
  25.      │ necessary to enter the two numbers to be operated on and then enter   │
  26.      │ the operation  (+ - * ÷). The  + - * /  keys enter numbers into the   │
  27.      │ calculator entry register and add, subtract, multiply or divide the   │
  28.      │ numbers that are in the entry register and the result register.       │
  29.      │ For example:                                                          │
  30.      │                                                                       │
  31.      │┌────User Input───────┐┌───Registers──┐                                │
  32.      ││Press  and then press││Entry │ Result│                                │
  33.      ││─────           ──── │├──────┼───────┤                                │
  34.      ││  2               +  ││   2  │   2.00│                                │
  35.      ││  3               +  ││   3  │   5.00│                                │
  36.      ││  5               *  ││   5  │  25.00│                                │
  37.      ││                  +  ││   5  │  30.00│ (The number 5 is still stored  │
  38.      ││                  -  ││   5  │  25.00│ in the entry register and may  │
  39.      ││                  *  ││   5  │ 125.00│ be used without entering it    │
  40.      ││                  /  ││   5  │  25.00│  for each calculation.)        │
  41.      │└─────────────────────┘└──────┴───────┘                                │
  42.      │ Calculation  results may be inserted  into documents  by pressing the │
  43.      │ "Insert Result"  softkey.  Spaces, tabs, and carriage returns may be  │
  44.      │ inserted into the document while the calculator is displayed.         │
  45.      │                                                                       │
  46.      │ When exiting the calculator function, the calculator register and     │
  47.      │ memory values are saved for the next calculator session.              │             │ ∞
  48.      │                                                                       │
  49.      │ The '<' and '>' keys perform a binary shift left and shift right.     │
  50.      └───────────────────────────────────────────────────────────────────────┘
  51.                                     ≡ END ≡